home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / dmedia / memtovid.z / memtovid
Text File  |  1998-10-30  |  6KB  |  199 lines

  1.  
  2.  
  3.  
  4. mmmmeeeemmmmttttoooovvvviiiidddd((((1111))))                                                        mmmmeeeemmmmttttoooovvvviiiidddd((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      memtovid - Video Library single frame output tool
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      memtovid -f <filename> [-h] [-o <output>] [-v <memnode>] [-n <num>]
  13.                     [-F] [-c] [-t] [-p] [-P] [-I] [-m <format>]
  14.                     [-r [packing]]
  15.  
  16. PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRRSSSS
  17.      -_f <_f_i_l_e_n_a_m_e>
  18.           Name of input file containing image data.
  19.  
  20.  
  21.      -_h   Display a usage message
  22.  
  23.      -_o <_o_u_t_p_u_t>
  24.           The node number of the video drain node you wish to use.
  25.  
  26.      -_v <_m_e_m_n_o_d_e>
  27.           The node number of the memory source node you wish to use.
  28.  
  29.      -_n <_n_u_m>
  30.           Number of images to be read in from disk and sent to video output.
  31.  
  32.  
  33.      -_F   Use filter when converting rgb to yuv
  34.  
  35.  
  36.      -_c   Center image in video output.
  37.  
  38.  
  39.      -_t   Wait for external trigger before sending image to video output.
  40.  
  41.      -_p   Pause for user response after sending each image to output.
  42.  
  43.      -_P   Pause for user response after all images have been output.
  44.  
  45.      -_I   Print node and path IDs for use with command line interface.
  46.  
  47.      -_m <_f_o_r_m_a_t>
  48.           Select format used to display the image.
  49.  
  50.      -_r [_p_a_c_k_i_n_g]
  51.           Selects raw input mode. The specified packing number will be used to
  52.           display the image.
  53.  
  54. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  55.      The application mmmmeeeemmmmttttoooovvvviiiidddd,,,, on hardware that supports the memory to video
  56.      path, writes the image to the node specified by the -_o option.  If -_o is
  57.      not specified, the image is sent to output node number 0.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. mmmmeeeemmmmttttoooovvvviiiidddd((((1111))))                                                        mmmmeeeemmmmttttoooovvvviiiidddd((((1111))))
  71.  
  72.  
  73.  
  74.      mmmmeeeemmmmttttoooovvvviiiidddd takes an image in any of the formats produced by running
  75.      vvvviiiiddddttttoooommmmeeeemmmm,,,, the single frame capture tool.
  76.  
  77.      This image is in device-dependent format (see applicable release notes on
  78.      specific products for more info on these formats.)
  79.  
  80.      The -_c option centers the image in the video output signal when using
  81.      images that are smaller than the video format.
  82.  
  83.      The -_p option pauses mmmmeeeemmmmttttoooovvvviiiidddd after each image is sent to the video
  84.      output until the user presses a key. If -_p is not specified mmmmeeeemmmmttttoooovvvviiiidddd
  85.      sends successive images to video out with no pauses in between.
  86.  
  87.      Specifying the -_P option causes mmmmeeeemmmmttttoooovvvviiiidddd to pause only after all frames
  88.      have been output.  There is no benefit gained in using this option in
  89.      addition to the -_p option.
  90.  
  91.      The -_I option prints the node and path IDs on stdout. These are required
  92.      when using the command line interface tool, vvvvllllccccmmmmdddd , to get or set
  93.      controls on the video hardware.
  94.  
  95.      The -_r option specifies the packing of the input file.  If -r is not
  96.      specified, memtovid will attempt to determine the appropriate packing
  97.      based on the input file's extension. The filenames produced by with
  98.      vvvviiiiddddttttoooommmmeeeemmmm command are compatible with mmmmeeeemmmmttttoooovvvviiiidddd.... See /usr/include/vl/vl.h
  99.      for specific numbers.
  100.  
  101.      The -_m option specifies the format. By default, VL_FORMAT_SMPTE_YUV is
  102.      used.  See VL_FORMAT_* in /usr/include/vl/vl.h for specific numbers.
  103.  
  104.  
  105.      The -_v and -_o options may be used to specify the source and drain node
  106.      numbers explicitely. For instance, the following instructs mmmmeeeemmmmttttoooovvvviiiidddd to
  107.      use video node 2 and memory node 1:
  108.  
  109.  
  110.           memtovid -v 1 -o 2 -f image-00000.rgb
  111.  
  112.      Note: all combinations of video and memory nodes may not be possible.
  113.      Consult the Owner's Guide or Programmer's Guide for a list of node
  114.      numbers for each device.
  115.  
  116.  
  117. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  118.      vidtomem(1), videopanel(1), vlinfo(1), vlcmd(1)
  119.  
  120. NNNNOOOOTTTTEEEESSSS
  121.      When neither the -_P nor -_p option is not specified, then mmmmeeeemmmmttttoooovvvviiiidddd waits
  122.      for a VLStreamStopped event to occur.  Not all video products currently
  123.      support this event.  This is the case for both Galileo and Indigo2 Video.
  124.      Simply interrupt the program to terminate it.
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. mmmmeeeemmmmttttoooovvvviiiidddd((((1111))))                                                        mmmmeeeemmmmttttoooovvvviiiidddd((((1111))))
  137.  
  138.  
  139.  
  140.      Some devices, such as IMPACT Video, do not contain a frame buffer to hold
  141.      the frame after it has been played. Consequently, if the -p option is not
  142.      used, the image will be output for only one frame duration. If the -_p
  143.      option is used, then the frame will be output continuously.
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.                                                                         PPPPaaaaggggeeee 3333
  196.  
  197.  
  198.  
  199.